home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / what's new / technical documentation / macintosh technotes and q&as / technotes / nw / tcp_server.sea.hqx / TCP Server / main.h < prev    next >
Encoding:
Text File  |  1992-07-15  |  174 b   |  11 lines

  1. /*
  2.     TCP Client/Server Queuing Example
  3.     Steve Falkenburg, MacDTS, Apple Computer
  4.     3/11/92
  5. */
  6.  
  7. void main(void);
  8. void InitMac(void);
  9. void InitQueues(void);
  10. void MainLoop(void);
  11.